Skip to main content

Install Guide

Requirements:

  • Docker installed
  • Loki plugin for Docker (install with docker plugin install grafana/loki-docker-driver:2.9.2 --alias loki --grant-all-permissions)

Building and Running

  1. Clone the repository from GitHub with the following command:
git clone https://github.com/COS301-SE-2024/Dispute-Resolution-Engine
cd Dispute-Resolution-Engine
  1. Build and run the project using Docker
docker compose up -d

Which would automatically download, install, and run the relevant containers to be able to use the system.

WARNING: The application requires some environment variable files to function properly. These files are confidential and can be obtained by contacting the development team.